CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - EM gaussian

搜索资源列表

  1. opencv em算法

    0下载:
  2. Expectation-Maximization The EM (Expectation-Maximization) algorithm estimates the parameters of the multivariate probability density function in a form of the Gaussian mixture distribution with a specified number of mixtures.
  3. 所属分类:软件工程

  1. gmm_test.rar

    0下载:
  2. 使用EM算法模拟高斯混合模型(GMM)的构成,Analog EM algorithm using Gaussian mixture model (GMM) the composition of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:827
    • 提供者:qjc
  1. EM-Algorithm.zip

    0下载:
  2. 最大期望值算法以及在混合高斯模型的应用的详细介绍,Expectations algorithm and the largest mixed-Gaussian model in the details of the application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:240080
    • 提供者:欧阳博
  1. EM.zip

    0下载:
  2. EM算法简明教程 用于高斯分布隐马尔可夫模型的参数估计,Gentle Tutorial of the EM Algorithm and its Application to Parameter Estimation for Gaussian Mixture and Hidden Markov Models
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:98888
    • 提供者:hou
  1. fit_mix_gaussian

    0下载:
  2. fit_mix_gaussian - fit parameters for a mixed-gaussian distribution using EM algorithm format: [u,sig,t,iter] = fit_mix_gaussian( X,M ) input: X - input samples, Nx1 vector M - number of gaussians which are assumed to compose the distributi
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1284
    • 提供者:resident e
  1. Em

    0下载:
  2. 通过em算法实现对数据的高斯混合模型的分类-Em algorithm through implementation of data Gaussian mixture model classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:249402
    • 提供者:xufang
  1. em

    1下载:
  2. 混合高斯概率密度模型,其参数估计可以通过期望最大化( EM) 迭代算法获得。-EM estimation parameters Gaussian mixture processes
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:1349613
    • 提供者:anjiayu
  1. GMM-GMR-v1.2

    0下载:
  2. GMM-GMR is a set of Matlab functions to train a Gaussian Mixture Model (GMM) and retrieve generalized data through Gaussian Mixture Regression (GMR). It allows to encode efficiently any dataset in Gaussian Mixture Model (GMM) through the use of an Ex
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1034732
    • 提供者:ning
  1. gaussian_mixture_model

    0下载:
  2. 基于高斯混合分布的假设,利用EM算法对数据进行分类-classification based on the Gaussian Mixtrue Models using EM algorithms
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:24655
    • 提供者:王生
  1. gmm

    0下载:
  2. 求高斯混合模型的EM算法,matlab程序。-Seeking EM algorithm for Gaussian mixture model, matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13314
    • 提供者:
  1. demo1

    0下载:
  2. 我自己写的关于二维混合高斯分布的EM算法-I wrote about the distribution of two-dimensional Gaussian mixture EM algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1284
    • 提供者:lwm
  1. em

    0下载:
  2. 基于EM算法的模型聚类的研究及应用,GMM高斯混合模型-EM-based clustering algorithm and its application model, GMM Gaussian mixture model
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3404816
    • 提供者:思轩
  1. fit_mix_2D_gaussian

    0下载:
  2. fit_mix_2D_gaussian - fit parameters for a 2D mixed-gaussian distribution using EM algorithm format: [u,covar,t,iter] = fit_mix_2D_gaussian( X,M ) input: X - input samples, Nx2 vector M - number of gaussians which are assumed to compose the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1781
    • 提供者:resident e
  1. mixture-Gauss-model-EM-matlab

    0下载:
  2. EM算法计算混合高斯模型,可以计算三个参数。-Gaussian mixture model EM algorithm, three parameters can be calculated.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:8836
    • 提供者:袁宇
  1. EM

    0下载:
  2. 利用Matlab编程验证用EM算法估计的高斯混合模型的相关参数的性能。-Validate the use of Matlab programming estimated using EM algorithm for Gaussian mixture model parameters related to the performance.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:688
    • 提供者:娜张纪念
  1. EM-for-HMM-Multivariate-Gaussian-processes

    0下载:
  2. Expectation-Maximization algorithm for a HMM with Multivariate Gaussian measurement Usage ------- [logl , PI , A , M , S] = em_ghmm(Z , PI0 , A0 , M0 , S0 , [options])
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:22118
    • 提供者:
  1. EM-Gaussian-mixture

    0下载:
  2. EM algorithm for Gaussian mixture model
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:18962
    • 提供者:傲啸天
  1. EM Algorithm

    0下载:
  2. 通过使用EM算法来实现混合高斯的分类,有比较好的效果,很直观的可以展示,对于初学者很有帮助(Through the use of EM algorithm to achieve the classification of mixed Gaussian, have better results, very intuitive to display, helpful for beginners)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:bairuiling
  1. EM-GMM.py

    0下载:
  2. Gaussian mixture 的 EM算法(EM algorithm for Gaussian mixture model)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:rrr2727
  1. EM算法用于高斯混合模型

    1下载:
  2. EM算法在高斯混合模型的参数估计中的应用,内服Matlab程序例子。(Application of Matlab program and EM algorithm in parameter estimation of Gaussian mixture model.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-11
    • 文件大小:227328
    • 提供者:jiangjingjing
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com